home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / othergnu / ms.zoo / readme < prev   
Text File  |  1990-04-17  |  979b  |  40 lines

  1. This is README for MS, a minimal shell:
  2.     - Contents
  3.         config.h       source files
  4.         ms.c           compile with Gcc, MWC, Alcyon
  5.         
  6.         makefile       makefile for MWC
  7.         crtsg.s           startup file for MWC
  8.     
  9.  
  10.         gemstart.s    startup file for Alcyon
  11.         makefile.alc    makefile for Alcyon
  12.  
  13.         crts.s        minimal startup file for Gcc
  14.         makefile.gcc    makefile for gcc
  15.  
  16.     - Configuration:
  17.         edit config.h for your setup.
  18.  
  19.     - Compiling
  20.         use the appropriate makefile for your compiler
  21.  
  22.     - Builtins:
  23.       rm <list of files>
  24.       cp <src> <dst>    both <src> <dest> must be files
  25.             WARNING: no checks for <src> <dst> being the same
  26.       ls {<regular exp>} with no arg ls *.*
  27.       cd {<dir>} with no arg cd $HOME
  28.       md <dir>
  29.       rd <dir>
  30.       pwd print working (current) directory
  31.       lo logout
  32.       @ file    read commands from file, then revert back to stdin.
  33.             NO nested @'s allowed.
  34.       <any other>    look for command in PATH
  35.  
  36.     - Aliases, Path, Environment:
  37.        see config.h
  38.  
  39.  ++jrb    bammi@dsrgsun.ces.cwru.edu
  40.